Forces.gravitationalForce

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector2 gravitationalForce(Vector2 posA, Vector2 posB, float massA, float massB, float howMuch)
  2. Vector3 gravitationalForce(Vector3 posA, Vector3 posB, float massA, float massB, float howMuch)
    struct Forces
    @nogc @safe nothrow static
    Vector3
    gravitationalForce
    (
    in Vector3 posA
    ,
    in Vector3 posB
    ,
    float massA
    ,
    float massB
    ,
    float howMuch
    )

Meta